Welcome![Sign In][Sign Up]
Location:
Search - i2c 51

Search list

[Otheri2c基于51的程序

Description: 涉及:起动总线函数,结束总线函数,字节数据传送函数,字节数据接收函数,应答子函数-involved : Start Bus function, the end of bus functions, byte data transmission function, byte data reception function, Response Functions
Platform: | Size: 2048 | Author: 单敏 | Hits:

[SCMXtunetv

Description: 本人以前做的一个DVD+TV 项目,51用做控制,含 NEC红外遥控接收和转发,VFD1632驱动,OSD 芯片M35055,NTSC高频头控制以及I2C 24C02的读写,因为以前所写,有些地方看起来有点乱,但功能模块OK,整个程序也是可以运行的,希望能给初用者有点参考-I used to do a TV DVD, 51 used as a control, with NEC infrared remote control and forwarding, VFD1632 drive, OSD M35055 chip, NTSC tuner control and I2C 24C02 read and write, because it was written in some places appear to be a little messy, but functional modules OK, the entire procedure can be run in hopes of giving users a bit early reference
Platform: | Size: 59392 | Author: 姜生 | Hits:

[Driver Developnickles_I2c

Description: I2C器件的MCS-51汇编仿真程序 已经在实际当中使用过-I2C devices MCS-51 simulation program has been in practice used
Platform: | Size: 1024 | Author: 许之敏 | Hits:

[SCMEEPROM读写程序

Description: i2c总线eeprom读写程序 可以读些从21c01--24c512的i2c总线eeprom芯片-i2c bus EEPROM read and write procedures can read more from 21c01-- the i2c bus 24c512 chip EEPROM
Platform: | Size: 2048 | Author: 周长盛 | Hits:

[SCMLCD_Monitor_Sorce

Description: keil C51 LCD 驱动源码,其中还有I2C驱动,ADC驱动,键盘操作等,是一个完整的keil源代码,供大家参考-Keil C51 LCD driver source code, which also drives I2C, ADC drive, keyboard operation, is a complete source code Keil, for your reference
Platform: | Size: 270336 | Author: wg | Hits:

[SCM24c02-c

Description: I2C总线存储器24c02驱动程序(KEIL)-memory 24c02 I2C Bus Driver (KEIL)
Platform: | Size: 11264 | Author: 张义刚 | Hits:

[SCM24c16X

Description: 51单片机C语言程序——I2C存储器24C16-51 microcontroller C Programming Language-- I2C memory 24C16
Platform: | Size: 11264 | Author: 叶振风 | Hits:

[SCMZLG7290 I2C接口键盘及LED驱动器C51

Description: ZLG7290是串口的可以带64个按键,8位数码管显示的芯片,由于它的震荡电路是晶振,所以比7279稳定(7279是RC震荡)-Wire serial port can bring the 64 keys, eight digital display control chip, because it is crystal oscillator circuit shocks, the stable compared to 7279 (7279 was RC concussion)
Platform: | Size: 60416 | Author: 龙武 | Hits:

[SCM51MCUI2Cdriver

Description: MCS-51单片机模拟I2C软件包(内含有应用实例)本版本是针对24系列EEPROM专门设置的,用此软件包进行EEPROM读写时,用户不必考虑页写问题,及16位存储器地址的问题-MCS-51 microcontroller simulation package I2C (contain examples) versions of the series EEPROM 24 specially set up by using this package EEPROM read and write, the user need not consider the page to write, and 16-bit memory address issues
Platform: | Size: 47104 | Author: 袁烯埥 | Hits:

[SCMdzb

Description: 这里介绍的一款多功能编程器,功能强大,支持大多数常用的EPROM, EEPROM, FLASH, I2C,PIC, MCS-51,AVR, 93Cxx等系列芯片(超过400种)。硬件成本较低,性价比很高-here on the versatile programmer, the powerful support of the most commonly used EPROM, EEPROM, FLASH, I2C, PIC, MCS-51, AVR, 93Cxx series chip (more than 400 species). Hardware costs are lower, the high performance and low price
Platform: | Size: 7489536 | Author: 陈文礼 | Hits:

[assembly languagecmd128

Description: 51系列的双CPU通过模拟I2C总线通信的例程。 文件格式为MSC-51 ASM.-51 series of dual-CPU simulation I2C bus communication routines. File format for the MSC-51 ASM.
Platform: | Size: 4096 | Author: ldh2006 | Hits:

[SCMI2CW_R

Description: 绝对好用的I2C读写程序(已通过测试),51 系列模拟I2C 总线主控器驱动程序-absolute and easy to read and write I2C (have passed the tests), 51 simulated master I2C Bus Driver
Platform: | Size: 2048 | Author: 杨奇 | Hits:

[SCM51_I2C_A1

Description: 用51单片机并口实现i2c接口程序。严格按照i2c时序进行-MCU with 51 i2c Parallel Port Interface Program. In strict accordance with the timing for the i2c
Platform: | Size: 140288 | Author: 阿颖 | Hits:

[SCMC51_I2C

Description: 小容量单片机系统的C语言程序结构,极其好用-small capacity SCM System C language program structure, very handy
Platform: | Size: 1024 | Author: | Hits:

[SCM7290C-datebase

Description: 此软件包包含了模拟I2C C51程序软件包和ZLG7290的C51程序然后包。 软件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (无子地址)写单字节数据 (现行地址写) (2) bit IRcvByte(uchar sla,uchar *c) (无子地址)读单字节数据 (现行地址读) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)读N字节数据 (4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)写N字节数据 (5) bit ISendStr(uchar sla,uchar *s,uchar no) (无子地址)写多字节数据 (6) bit IRcvStr(uchar sla,uchar *s,uchar no) (无子地址)读单字节数据 (7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data) (8) void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num) (9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2) (10)unsigned char ZLG7290_GetKey() -This package contains the I2C C51 process simulation software packages and Wire procedure, and then the C51 packets. The package interface : (1) bit ISendByte (uchar acids, uchar c) (no sons address) to write single-byte data (current addresses to write) (2) bit IRcvByte (uchar acids, uchar* c) (no sons address) Reading single-byte data (the current address of Reading) (3) bit ISendSt r (uchar acids, uchar SUBA, uchar* s, uchar no) (a sub-address) Reading N bytes of data (4) bit IRcvStr (s uchar la, uchar SUBA, uchar* s, uchar no) (a sub-address) N byte write data (5) bit ISendStr (uchar cleavage, uchar* s, uchar no) (no sons address) to write multi-byte data (6) bit IRcvStr (s uchar la, uchar* s, uchar no) (no sons address) Reading single-byte data (7) unsigned char ZLG72 90_SendData
Platform: | Size: 13312 | Author: 梁立林 | Hits:

[SCMiic_lcd_51

Description: I2c如 IIc 24LC64等器件的51单片机驱动程序,已经通过实际验证,很好用的-I2c such as IIc 24LC64 51 microcontroller device driver, has been through actual test Oh good use
Platform: | Size: 167936 | Author: 赵显刚 | Hits:

[SCMEEPROM_writeread

Description: 51单片机的I2C总线的EEPROM读写程序,用于基础的开发学习,适合初学者-51 MCU I2C EEPROM read and write procedures, the basis for the development of learning, for beginners
Platform: | Size: 34816 | Author: 朱允斌 | Hits:

[OtherI2C_C51

Description: #include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }-# include "intrins.h" unsigned char Syste mError sbit SCL = P1 ^ 6// definition serial clock line where I use according to their needs sbit SDA P1 = ^ 7// definition of serial data lines where I use according to their needs# defin e SomeNOP () (_nop_ () _nop_ () _nop_ () _nop_ (
Platform: | Size: 229376 | Author: zhusheng | Hits:

[SCMC8051_I2C_time

Description:
Platform: | Size: 70656 | Author: | Hits:

[SCMI2Cread_write_C51

Description: 开发平台为Keil Cx51, 51 系列模拟I2C 总线主控器驱动程序,已测试,相信会对大家有价值-development platform for Keil inverter, 51 simulated BSM I2C bus driver, tested, we believe, will value
Platform: | Size: 2048 | Author: a | Hits:
« 1 2 3 4 56 7 8 9 10 ... 24 »

CodeBus www.codebus.net